home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / GAMES_1 / BBALL.ZIP / PRINT.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-02-25  |  197 b   |  9 lines

  1. @echo off
  2. cls
  3. echo I will now proceed to print the seven page manual that came with this
  4. echo program. If you don't want this to happen hit Ctrl-C.
  5. echo .
  6. echo .
  7. pause
  8. type manual.txt>lpt1
  9.